home *** CD-ROM | disk | FTP | other *** search
/ Aminet 44 / Aminet 44 (2001)(GTI - Schatztruhe)[!][Aug 2001].iso / Aminet / dev / debug / TestHandler.readme < prev    next >
Text File  |  2001-07-04  |  2KB  |  37 lines

  1. Short:    Mount a task as a device for debugging
  2. Author:   damo_rules@yahoo.com (Damien Stewart)
  3. Uploader: damo_rules@yahoo.com (Damien Stewart)
  4. Type:     dev/debug
  5.  
  6. You're either one of two people. The person writing that simple device handler or the 
  7. person writing a full blown file system. Which ever you are, you're going to face a 
  8. problem possibly worse than the actual coding of the handler itself, testing it in a real 
  9. world situation. Forgetting that for a moment, testing the code at all. As you know, 
  10. similar to a library or a device their is not an easy no standard way of testing a device 
  11. handler in a debugger and single stepping through it. That is, until now. I recently faced 
  12. this same problem, and so started searching for programs that would help. I found none. 
  13. So then I started searching for solutions to the problem, experimented with my ideas and 
  14. came up with this program. Which really works! I have written a program that will allow 
  15. you to load your code into your usual debbuger and handle the other task, dos packets. 
  16. You can happily debug away on your handler and communicate with it normally as you 
  17. would with dos as TestHandler will automatically take care of this set up for you. Now out 
  18. can get a grip, get on with the job, and not worry about putting fiddly in-line messages in 
  19. your handler and coding blind.
  20.  
  21.  
  22. ============================= Archive contents =============================
  23.  
  24. Original  Packed Ratio    Date     Time    Name
  25. -------- ------- ----- --------- --------  -------------
  26.      994     397 60.0% 27-May-01 00:12:28 +InstallTestHandler
  27.     3064    1799 41.2% 25-May-01 00:33:06 +TestHandler
  28.      465     226 51.3% 19-Apr-98 01:49:14 +TestHandler.guide.WB2.icon
  29.      464     224 51.7% 26-Jun-98 14:31:06 +TestHandler.guide.WB3.icon
  30.      156     120 23.0% 27-May-01 00:07:10 +TestHandler.guider
  31.      466     238 48.9% 27-May-01 13:31:24 +TestHandler.guider.info
  32.     2811    1848 34.2% 27-May-01 13:31:24  TestHandler.info
  33.      634     301 52.5% 27-May-01 13:31:24 +InstallTestHandler.info
  34.    10622    4371 58.8% 27-May-01 03:12:44 +TestHandler.guide
  35. -------- ------- ----- --------- --------
  36.    19676    9524 51.5% 29-May-101 13:00:58   9 files
  37.